home *** CD-ROM | disk | FTP | other *** search
- object CreateCatchForm: TCreateCatchForm
- Left = 359
- Top = 302
- BorderStyle = bsDialog
- Caption = 'Create a new Catch-All Receiver'
- ClientHeight = 295
- ClientWidth = 459
- Color = clWhite
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 459
- Height = 30
- Align = alTop
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 141
- Height = 19
- Caption = 'SmartMail Server'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -16
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Notebook1: TNotebook
- Left = 0
- Top = 30
- Width = 459
- Height = 265
- Align = alClient
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 204
- Height = 13
- Caption = 'This will create a Catch-All Receiver!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 40
- Width = 417
- Height = 169
- Caption = 'Mailbox Details'
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- object Label3: TLabel
- Left = 16
- Top = 24
- Width = 60
- Height = 13
- Caption = 'Entry Name:'
- end
- object Label4: TLabel
- Left = 16
- Top = 72
- Width = 52
- Height = 13
- Caption = 'Username:'
- end
- object Label5: TLabel
- Left = 16
- Top = 96
- Width = 50
- Height = 13
- Caption = 'Password:'
- end
- object Label6: TLabel
- Left = 16
- Top = 120
- Width = 90
- Height = 13
- Caption = 'Confirm Password:'
- end
- object Label7: TLabel
- Left = 16
- Top = 48
- Width = 62
- Height = 13
- Caption = 'Servername:'
- end
- object Edit1: TEdit
- Left = 112
- Top = 22
- Width = 289
- Height = 19
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 112
- Top = 70
- Width = 289
- Height = 19
- TabOrder = 2
- end
- object Edit3: TEdit
- Left = 112
- Top = 94
- Width = 289
- Height = 19
- PasswordChar = '*'
- TabOrder = 3
- end
- object Edit4: TEdit
- Left = 112
- Top = 118
- Width = 289
- Height = 19
- PasswordChar = '*'
- TabOrder = 4
- end
- object Edit5: TEdit
- Left = 112
- Top = 46
- Width = 289
- Height = 19
- TabOrder = 1
- end
- end
- object Button2: TButton
- Left = 296
- Top = 232
- Width = 75
- Height = 25
- Caption = 'Create'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button1: TButton
- Left = 376
- Top = 232
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
- end
- end
-